pop up html as javascript string instead of hidden div for seo [closed]
Posted
by
user1324762
on Pro Webmasters
See other posts from Pro Webmasters
or by user1324762
Published on 2012-09-12T13:45:47Z
Indexed on
2012/09/12
15:52 UTC
Read the original article
Hit count: 247
Possible Duplicate:
How bad is it to use display: none in CSS?
I have heard that using display:none or visibility:hidden css properties are not a very good idea for seo purposes. I have about 4 different pop up windows to display and each one has about 20 words inside it.
I can create hidden divs. Another option is to store div html elements as javascript string. In this way pop up html elements will be generated from javascript string. This will be still faster than using ajax since the data is static.
Is this method absolutely safe for SEO?
P.S.: I was just asking about similar question on http://stackoverflow.com/questions/12389075/storing-data-in-javascript-array-for-further-use, but this one is different, it is about static data and about SEO.
© Pro Webmasters or respective owner